2026 Method
Changes 0
M

NurbSpline.CreateCurve

Overloads (4):
CreateCurve(Int32,IList[Double],IList[XYZ],IList[Double])
public static Curve CreateCurve(
	int degree,
	IList<double> knots,
	IList<XYZ> controlPoints,
	IList<double> weights
)
  • Int32
    degree
  • IList<Double>
    knots
  • IList<XYZ>
    controlPoints
  • IList<Double>
    weights
Return Value Curve Curve